home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
system
/
mail
/
transpor
/
ifmail23.z
/
ifmail23
/
ifmail
/
iflib
/
scanout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-03
|
200 b
|
14 lines
#ifndef SCANOUT_H
#define SCANOUT_H
#include "ftn.h"
#define OUT_PKT 0
#define OUT_FLO 1
#define OUT_ARC 2
typedef int (_each_fn_t)(faddr*,char,int,char*);
extern int scanout(_each_fn_t*);
#endif